home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2003 May
/
Disc 2
/
PCU0503CD2.iso
/
Crystal
/
3rdparty
/
JavaVM
/
Plug-in
/
jplugin.exe
/
rt.jar
/
java
/
net
/
InetAddressImpl.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-04-16
|
586 b
|
14 lines
package java.net;
class InetAddressImpl {
native String getLocalHostName() throws UnknownHostException;
native void makeAnyLocalAddress(InetAddress var1);
native byte[][] lookupAllHostAddr(String var1) throws UnknownHostException;
native String getHostByAddr(int var1) throws UnknownHostException;
native int getInetFamily();
}